Skip to content

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 16, 2022

Bumps ngx-markdown from 11.0.1 to 11.2.0.

Release notes

Sourced from ngx-markdown's releases.

v11.2.0

Security Update

This is a security update for Angular 11 to fix a vulnerability reported with marked version < 4.0.10

GHSA-5v2h-r2cx-5xgj High Severity Vulnerable versions: < 4.0.10 Patched version: 4.0.10

⚠ Breaking Changes

Javascript file for marked moved from node_modules/marked/lib/marked.js to node_modules/marked/marked.min.js and should be changed accordingly.

If you are using Angular CLI, you will need to change the path of marked file in the scripts section of your angular.json like this...

"scripts": [
- "node_modules/marked/lib/marked.js",
+ "node_modules/marked/marked.min.js",
  "node_modules/prismjs/prism.js",
  "node_modules/prismjs/components/prism-typescript.js",
  ...
]

Commits

  • Update marked dependency to 4.0.10 (89b0f22) @​jfcere

v11.1.3

Bug fixes

  • Handle null/undefined parameters in LanguagePipe (#302) (436910c) @​jfcere

v11.1.2

New features and enhancements

v11.1.1

New features and enhancements

v11.1.0

Dropping IE11 Support

ℹ️ Marked dependency has been updated to v2.0.0 and as stated in their changelog, IE11 will no longer be supported.

No longer supporting IE 11. IE 11 may still work but we are not committed to making sure it works with every update. We still provide an es5 version in lib/marked.js but some pollyfills may be needed for IE 11 in the future.

... (truncated)

Commits

Dependabot compatibility score

You can trigger a rebase of this PR by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
> **Note** > Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

@dependabot dependabot bot added the pr: dependency update ⏫ PRs that update the project's dependencies. label Mar 16, 2022
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/ngx-markdown-11.2.0 branch 4 times, most recently from ddcb1a6 to 1b2b8f3 Compare March 25, 2022 16:31
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/ngx-markdown-11.2.0 branch 2 times, most recently from 0d3d925 to 8863a5a Compare April 10, 2022 14:07
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/ngx-markdown-11.2.0 branch from 8863a5a to ec5b202 Compare April 24, 2022 16:22
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/ngx-markdown-11.2.0 branch 6 times, most recently from 6fa21c8 to 0935fea Compare June 5, 2022 15:43
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/ngx-markdown-11.2.0 branch from 0935fea to cb4a1eb Compare June 27, 2022 06:55
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/ngx-markdown-11.2.0 branch 2 times, most recently from 2d03469 to e2799dd Compare July 18, 2022 14:10
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/ngx-markdown-11.2.0 branch from e2799dd to 5af3307 Compare July 20, 2022 16:20
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/ngx-markdown-11.2.0 branch 6 times, most recently from aa8c8f3 to ef33a31 Compare September 8, 2022 19:42
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/ngx-markdown-11.2.0 branch from ef33a31 to fdace32 Compare November 10, 2022 14:19
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/ngx-markdown-11.2.0 branch from fdace32 to fc5128c Compare November 25, 2022 00:47
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/ngx-markdown-11.2.0 branch from fc5128c to ce51fe5 Compare December 2, 2022 04:26
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/ngx-markdown-11.2.0 branch from ce51fe5 to 8bdef7b Compare January 8, 2023 05:33
Bumps [ngx-markdown](https://github.com/jfcere/ngx-markdown) from 11.0.1 to 11.2.0.
- [Release notes](https://github.com/jfcere/ngx-markdown/releases)
- [Commits](jfcere/ngx-markdown@v11.0.1...v11.2.0)

---
updated-dependencies:
- dependency-name: ngx-markdown
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/ngx-markdown-11.2.0 branch from 8bdef7b to beed97f Compare February 6, 2023 15:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
pr: dependency update ⏫ PRs that update the project's dependencies.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants